home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TABOUTCOMPONENT / TABOUTCOMPONENT.txt
Text File  |  2006-04-19  |  1KB  |  74 lines

  1. object AboutComponent: TAboutComponent
  2.   Left = 285
  3.   Top = 184
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About...'
  7.   ClientHeight = 142
  8.   ClientWidth = 345
  9.   Color = clBtnFace
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 7
  21.     Top = 8
  22.     Width = 134
  23.     Height = 22
  24.     Caption = 'TSyntaxMemo'
  25.     Font.Color = clBlack
  26.     Font.Height = -19
  27.     Font.Name = 'Arial'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.   end
  31.   object Label2: TLabel
  32.     Left = 151
  33.     Top = 14
  34.     Width = 122
  35.     Height = 13
  36.     Caption = '(c) 1997 - 99 David Brock'
  37.   end
  38.   object Label3: TLabel
  39.     Left = 7
  40.     Top = 40
  41.     Width = 90
  42.     Height = 13
  43.     Caption = 'For details contact:'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 123
  47.     Top = 37
  48.     Width = 200
  49.     Height = 16
  50.     Caption = 'dbrock@dbrocksoftware.com'
  51.     Font.Color = clBlack
  52.     Font.Height = -13
  53.     Font.Name = 'Courier New'
  54.     Font.Style = []
  55.     ParentFont = False
  56.   end
  57.   object VersionLabel: TLabel
  58.     Left = 24
  59.     Top = 72
  60.     Width = 38
  61.     Height = 13
  62.     Caption = 'Version:'
  63.   end
  64.   object Button1: TButton
  65.     Left = 256
  66.     Top = 104
  67.     Width = 75
  68.     Height = 25
  69.     Caption = 'OK'
  70.     ModalResult = 1
  71.     TabOrder = 0
  72.   end
  73. end
  74.